﻿2026-06-18T12:03:27.3284074Z ##[group]Run actions/checkout@v5
2026-06-18T12:03:27.3284907Z with:
2026-06-18T12:03:27.3285343Z   repository: SaberMage/spt-core
2026-06-18T12:03:27.3288777Z   token: ***
2026-06-18T12:03:27.3289288Z   ssh-strict: true
2026-06-18T12:03:27.3289702Z   ssh-user: git
2026-06-18T12:03:27.3290123Z   persist-credentials: true
2026-06-18T12:03:27.3290574Z   clean: true
2026-06-18T12:03:27.3290979Z   sparse-checkout-cone-mode: true
2026-06-18T12:03:27.3291464Z   fetch-depth: 1
2026-06-18T12:03:27.3291869Z   fetch-tags: false
2026-06-18T12:03:27.3292288Z   show-progress: true
2026-06-18T12:03:27.3292699Z   lfs: false
2026-06-18T12:03:27.3293099Z   submodules: false
2026-06-18T12:03:27.3293533Z   set-safe-directory: true
2026-06-18T12:03:27.3294199Z ##[endgroup]
2026-06-18T12:03:27.4113581Z Syncing repository: SaberMage/spt-core
2026-06-18T12:03:27.4115289Z ##[group]Getting Git version info
2026-06-18T12:03:27.4116020Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T12:03:27.4117149Z [command]/usr/bin/git version
2026-06-18T12:03:27.4117640Z git version 2.43.0
2026-06-18T12:03:27.4121054Z ##[endgroup]
2026-06-18T12:03:27.4133084Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/af5e2848-8510-46df-a9fd-3db4acc0c2f1' before making global git config changes
2026-06-18T12:03:27.4134406Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:27.4136443Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T12:03:27.4169804Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T12:03:27.4188693Z https://github.com/SaberMage/spt-core
2026-06-18T12:03:27.4198635Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:03:27.4201630Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:03:27.4219311Z refs/heads/main
2026-06-18T12:03:27.4225770Z [command]/usr/bin/git checkout --detach
2026-06-18T12:03:27.4273888Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:27.4307123Z [command]/usr/bin/git branch --delete --force main
2026-06-18T12:03:27.4333360Z Deleted branch main (was c17550da).
2026-06-18T12:03:27.4404071Z ##[endgroup]
2026-06-18T12:03:27.4406571Z [command]/usr/bin/git submodule status
2026-06-18T12:03:27.4584791Z ##[group]Cleaning the repository
2026-06-18T12:03:27.4587072Z [command]/usr/bin/git clean -ffdx
2026-06-18T12:03:28.2297268Z Removing target/
2026-06-18T12:03:28.2305862Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T12:03:28.2354200Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:28.2359874Z ##[endgroup]
2026-06-18T12:03:28.2361244Z ##[group]Disabling automatic garbage collection
2026-06-18T12:03:28.2364111Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T12:03:28.2388225Z ##[endgroup]
2026-06-18T12:03:28.2389308Z ##[group]Setting up auth
2026-06-18T12:03:28.2393105Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:28.2420537Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T12:03:28.2612620Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:28.2640214Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T12:03:28.2823891Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:28.2850811Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T12:03:28.3033026Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T12:03:28.3063975Z ##[endgroup]
2026-06-18T12:03:28.3065956Z ##[group]Fetching the repository
2026-06-18T12:03:28.3071642Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c17550dad70f8818120ff2017619f4e7f658818a:refs/remotes/origin/main
2026-06-18T12:03:28.7850237Z ##[endgroup]
2026-06-18T12:03:28.7852299Z ##[group]Determining the checkout info
2026-06-18T12:03:28.7854485Z ##[endgroup]
2026-06-18T12:03:28.7855787Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T12:03:28.7930835Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T12:03:28.7957276Z ##[group]Checking out the ref
2026-06-18T12:03:28.7959317Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:03:28.8006034Z Switched to a new branch 'main'
2026-06-18T12:03:28.8007338Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:03:28.8011806Z ##[endgroup]
2026-06-18T12:03:28.8043846Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T12:03:28.8068281Z c17550dad70f8818120ff2017619f4e7f658818a
